home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kimeruze! Yamikon!
/
Kimeruze! Yamikon!.iso
/
mac
/
YARIKON
/
EVENT10.Dxr
/
00089.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-23
|
273 b
|
17 lines
on exitFrame
global voice
sound stop 2
if voice = 1 then
puppetSound("AHOI.AIFF")
else
if voice = 2 then
puppetSound("SHOI.AIFF")
else
puppetSound("MHOI.AIFF")
end if
end if
updateStage()
repeat while soundBusy(1)
end repeat
end